/* $$$ CSS file: layout.css: */
a {
	text-decoration: none;
	}
	
a:link {
	color: #1176ea;
	}
	
a:visited, a.active {
	color: #72aaea;
	}
	
a:hover, a:focus {
	color: #fb5e03;
	}
	
img {
	border: 0;
	}
	
*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
	}

html,
body {
	padding: 0 0 1em 0;
	margin: 0;
	}
	
body {
	background: url(/images/bg.jpg) repeat center #131313;
	color: #000;
	font-family: helvetica, arial, tahoma, 'sans-serif';
	font-size: 75%;
	line-height: 1.5em;
	}
	
#bodyWrapper {
	background: url(/images/bgTop.jpg) repeat-x center top;
	min-height: 660px;
	}
	
	body.admin #bodyWrapper {
		background-image: url(/images/admin_bgTop.jpg);
		}
	
#layoutWrapper {
	width: 1008px;
	margin: auto;
	}
	
#page {
	background: url(/images/rightBottomShadow.jpg) no-repeat right bottom #fff;
	color: #333;
	}
		
	#leftShadow {
		padding-left: 28px;
		background: url(/images/shadowLeftTop.jpg) no-repeat left top transparent;
		}
		
		body.admin #leftShadow {
			background-image: url(/images/admin_shadowLeftTop.jpg);
			}
	
	#rightShadow {
		padding-right: 32px;
		background: url(/images/shadowRightTop.jpg) no-repeat right top transparent;
		}
		
		body.admin #rightShadow {
			background-image: url(/images/admin_shadowRightTop.jpg);
			}
		
	#header {
		height: 318px;
		background: url(/images/header1.jpg) no-repeat center transparent;
		font-size: 1.5em;
		margin: 0;
		}
		
		#header a,
		#header a:link,
		#header a:visited,
		#header a:active,
		#header a:focus,
		#header a:hover {
			width: 285px;
			height: 95px;
			display: block;
			position: relative;
			left: 37px;
			top: 33px;
			text-indent: -200em;
			color: #000;
			}
		
	#menu {
		width: 678px;
		float: right;
		background: url(/images/menuBg.jpg) repeat-x center top transparent; 
		}
		
	#menu ul {
		list-style-type: none;
		padding: 0 0 0 20px;
		margin: 0;
		height: 47px;
		width: 658px;
		background: url(/images/menuShadowRight.jpg) no-repeat right center transparent;
		}
		
		#menu ul li {
			float: left;
			margin: 0;
			padding: 0 0.2em 0 0.2em;
			height: 47px;
			line-height: 47px;
			}
			
		#menu a {
			display: block;
			padding: 0 1.4em 0 1.4em;
			font-variant: small-caps;
			font-size: 1.25em;
			}
			
				/* IE6 correction: */
				#menu li a {	width: 1px;		}
				#menu li > a {	width: auto;	}
			
			#menu a:link,
			#menu a:visited {
				background-color: transparent;
				color: #33a4e1;
				}

			#menu a:hover,
			#menu a:active,
			#menu a:focus {
				background-color: #f94e06;
				color: #fff;
				}

				#menu a.selected:link,
				#menu a.selected:visited {
					background-color: #1d9ce1;
					color: #fff;
					}

				#menu a.selected:hover,
				#menu a.selected:active,
				#menu a.selected:focus {
					background-color: #f94e06;
					color: #fff;
					}

	#leftColumn {
		width: 240px;
		float: left;
		background: url(/images/header2.jpg) no-repeat top left #fff;
		padding: 140px 0 40px 30px;
		}
		
		#leftColumn h3 {
			background: url(/images/subnavTitle.jpg) no-repeat center;
			width: 232px;
			height: 63px;
			line-height: 63px;
			font-weight: normal;
			text-align: center;
			font-size: 1.3em;
			letter-spacing: 1px;
			color: #1176ea;
			margin: 0;
			}
			
		#leftColumn h3.link {
			margin-bottom: 20px;
			}
			
			#leftColumn h3.link a {
				display: block;
				}

		#leftColumn ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}

			#leftColumn ul li {
				line-height: 29px;
				background: url(/images/subnavRegural.jpg) no-repeat left top transparent;
				padding: 0;
				margin: 0;
				font-size: 1em;
				font-family: helvetica, arial, tahoma, verdana, 'sans-serif';
				letter-spacing: 1px;
				}
				
				#leftColumn ul li.first {
					background-image: url(/images/subnavFirst.jpg);
					}
					
				#leftColumn h3.selected a:link,
				#leftColumn h3.selected a:visited,				
				#leftColumn ul li a.selected:link,
				#leftColumn ul li a.selected:visited {
					color: #0b4489;
					font-weight: bold;
					}

				#leftColumn h3.selected a:focus,
				#leftColumn h3.selected a:active,				
				#leftColumn h3.selected a:hover,				
				#leftColumn ul li a.selected:focus,
				#leftColumn ul li a.selected:active,
				#leftColumn ul li a.selected:hover {
					color: #fb5e03;
					font-weight: bold;
					}
				
				#leftColumn ul li.subnavFooter {
					background: url(/images/subnavLast.jpg) no-repeat left top transparent;
					height: 9px;
					margin-bottom: 20px;
					}
			
			#leftColumn ul li a {
				background: url(/images/arrow.png) no-repeat 38px center transparent;
				padding-left: 55px;
				display: block;
				height: 29px;
				line-height: 29px;
				}
			
			#leftColumn ul li a:link,
			#leftColumn ul li a:visited {
				color: #1176ea;
				}
			
			#leftColumn ul li a:active,
			#leftColumn ul li a:focus,
			#leftColumn ul li a:hover {
				color: #fb5e03;
				}
				
				#leftColumn ul ul li {
					font-size: 1em;
					}
					
				#leftColumn ul ul li a {
					background-position: 56px center;
					background-image: url(/images/subArrow.png);
					padding-left: 72px;
					}
					
				#leftColumn ul ul li a:link,
				#leftColumn ul ul li a:visited {
					color: #1c9ce1;
					}
					
				#leftColumn ul ul li a:active,
				#leftColumn ul ul li a:focus,
				#leftColumn ul ul li a:hover {
					color: #fb5e03;
					}
		
	#rightColumn {
		padding: 0 0 30px 25px;
		width: 653px;
		float: right;
		background: url(/images/underMenuShadow.jpg) repeat-x top left transparent;
		overflow: hidden;
		line-height: 1.8em;
		}
		
		#rightColumn h1,
		#rightColumn h2,
		#rightColumn h3 {
			color: #2497d9;
			font-weight: normal;
			font-family: helvetica, tahoma, arial, verdana, 'sans-serif';
			background: url(/images/titleLine.png) repeat-x left 0.62em transparent;
			padding-left: 20px;
			/*letter-spacing: 1px;*/
			}
			
		#rightColumn h1 {
			background-position: left 0.7em;
			font-size: 2em;
			margin: 1.5em 0 0.7em 0;
			}
			
		#rightColumn h2 {
			background-position: left 0.76em;
			font-size: 1.7em;
			margin: 1.5em 0 0.5em 0;
			}

		#rightColumn h3 {
			background-position: left 0.8em;
			font-size: 1.4em;
			margin: 0.7em 0 0.3em 0;
			}

		#rightColumn ol,
		#rightColumn p {
			color:#444444;
			font-size: 1em;
			line-height: 1.66em;
			text-align: justify;
			font-family: helvetica, arial, tahoma, verdana, 'sans-serif';
			padding-left: 20px;
			}
			
		#rightColumn h1,
		#rightColumn h2,
		#rightColumn h3,
		#rightColumn ol,
		#rightColumn ul,
		#rightColumn p {
			padding-right: 40px;
			margin-right: 40px;
			}
			
		#rightColumn div.categoryDescription {
			margin-right: 40px;
			}
			
			#rightColumn div.categoryDescription h1,
			#rightColumn div.categoryDescription h2,
			#rightColumn div.categoryDescription h3,
			#rightColumn div.categoryDescription p {
				margin-right: 0;
				}

		ol.faq {
			margin-left: 20px;
			}
			
			ol.faq li {
				padding-top: 0.5em;
				}
				
			ol.faq li a.backToList {
				display: block;
				text-align: right;
				padding-top: 3px;
				margin-top: 2px;
				border-top: solid 1px #cce7f5;
				}
				
			#rightColumn ol.faq li h3 {
				margin-right: 0;
				padding-left: 0;
				padding-bottom: 4px;
				font-size: 1.4em;
				background: none;
				background-color: #fff;
				border-bottom: solid 1px #cce7f5;
				}

			#rightColumn ol p {
				font-size: 1em;
				padding-left: 0;
				margin-top: 0;
				margin-bottom: 0.5em;
				margin-right: 0;
				padding-right: 0;
				}
				
		ol.faqList {
			margin-left: 40px;
			}
			
		form.contact {
			line-height: 1.5em;
			margin-top: 20px;
			}
			
			form.contact div.row {
				padding-bottom: 0.5em;
				}
			
				form.contact label {
					float: left;
					clear: both;
					width: 9em;
					text-align: right;
					padding-right: 0.5em;
					height: 2em;
					}
		
				form.contact input,
				form.contact textarea {
					width: 350px;
					border: solid 1px #1176ea;
					background-color: #e6f6ff;
					color: #1176ea;
					font-family: helvetica, arial, tahoma, verdana, 'sans-serif';
					font-size: 1em;
					}

			form.contact div.errorMessage {
				padding-left: 20px;
				padding-bottom: 20px;
				}
				
			form.contact div.submit,
			form.contact div.invalidFieldMessage {
				padding-left: 9.5em;	
				}
				
			form.contact *.asterisk {
				color: red;
				}
			
#footer {
	background: url(/images/footerBg.jpg) no-repeat center bottom #fff;
	height: 90px;
	}
	
	#footer ul {
		list-style-type: none;
		margin: 0;
		padding: 3px 0 0 0;
		text-align: center;
		}
		
		#footer li {
			display: inline;
			padding: 0 1em 0 1em;
			marign: 0;
			border-left: solid 1px #72aaea;
			}
		
		#footer li.first {
			border: 0;
			}
			
	#footer div.copyright {
		padding: 32px 35px 0 0;
		text-align: right;
		color: #111;
		}
			
div.errorMessage {
	color: red;
	font-weight: bold;
	}
			
div.infoMessage {
	color: #54b200;
	font-weight: bold;
	}
			
div.invalidFieldMessage {
	color: red;
	}
	
a.button {
	display: block;
	float: left;
	}
	
a.button,
a.buttonSolo {
	width: 93px;
	height: 39px;
	line-height: 36px;
	background: url(/images/button0.jpg) no-repeat center transparent;
	border: none;
	font-family: verdana, helvetica, tahoma, arial, 'sans-serif';
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	}
	
a.buttonSolo {
	display: block;
	float: none;
	margin: auto;
	}

a.button:link,
a.button:visited,
a.buttonSolo:link,
a.buttonSolo:visited {
	background-image: url(/images/button0.jpg);
	color: #788593;
	}

a.button:hover,
a.button:focus,
a.button:active,
a.buttonSolo:hover,
a.buttonSolo:focus,
a.buttonSolo:active {
	background-image: url(/images/button1.jpg);
	color: #fff;
	}
	
/* ---------------------------------------------------------- */

div.thumb {
	width: 186px;
	height: 370px;
	float: left;
	margin-top: 20px;
	margin-right: 28px;
	background: url(/images/itemThumbBg.png) no-repeat center 1px transparent;
	}
	
	div.thumb a.thumb {
		display: block;
		width: 180px;
		height: 260px;
		margin: auto;
		}

		div.thumb a.thumb:link,
		div.thumb a.thumb:visited {
			border: 0;
			padding: 2px;
			}
	
		div.thumb a.thumb:active,
		div.thumb a.thumb:focus,
		div.thumb a.thumb:hover {
			border: solid 2px #fb5e03;
			padding: 0;
			}
	
	div.thumb a.thumb img {
		width: 180px;
		height: 260px;
		}
	
	div.thumb div.options {
		padding-top: 7px;
		line-height: 20px;
		text-align: center;
		}
		
		div.thumb div.options a.buttonSolo,
		div.thumb div.options a.button {
			margin-top: 5px;
			}
		
		div.thumb div.options div.normalPrice {
			}
		
		div.thumb div.options div.specialPrice {
			}
		
div.productDetails div.thumb {
	position: relative;
	top: -13px;
	height: 273px;
	}
	
div.productDetails div.parameters table {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	width: 399px;
	border-bottom: solid 1px #cce7f5;
	}
	
	div.productDetails div.parameters table th {
		font-weight: normal;
		text-align: left;
		width: 11em;
		}
	
div.productViews {
	clear: both;
	}
	
div.productViews div.thumb {
	background-image: url(/images/imageThumbBg.png);
	height: 155px;
	margin-top: 10px;
	}
	
	div.productViews div.thumb a.thumb {
		height: 140px;
		}

form.updateActiveForm {
	vertical-align: middle;
	color: #55b301;
	}
	
	form.updateActiveForm input {
		vertical-align: middle;
		}
		
div.samples {
	margin-top: 40px;
	margin-left: 15px;
	}
	
	div.samples a.sample {
		margin-right: 18px;
		width: 96px;
		height: 98px;
		display: block;
		float: left;
		}
		
table.list {
	padding: 2px 0 0 0;
	margin: 10px 0 0 20px;
	border: 0;
	font-size: 0.95em;
	}

	table.list td,
	table.list th {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		background-color: #edeeff;
		}
		
	table.list th {
		text-align: left;
		width: 200px;
		font-weight: normal;
		padding: 3px 10px 2px 10px;
		}
		
	table.list td {
		width: 40px;
		padding: 3px 3px 2px 3px;
		text-align: center;
		}
		
	table.list td.left {
		border-right: solid 10px #fff;
		}
		
	table.list th.right {
		border-left: solid 10px #fff;
		}
		

/* Pages bar: */

*.pagesBar {
	margin: 30px 40px 0 0;
	padding-right: 10px;
	background: url(/images/titleLine.png) repeat-x left 21px transparent;
	}
	
	*.pagesBar ul.section {
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: right;
		}
	
		*.pagesBar ul.section li {
			display: inline;
			padding: 0;
			marign: 0;
			height: 42px;
			}
		
		*.pagesBar a {
			text-align: center;
			vertical-align: middle;
			display: block;
			float: left;
			width: 30px;
			height: 42px;
			line-height: 42px;
			background-image: url(/images/page.png);
			background-position: top center;
			background-repeat: no-repeat;
			color: #fff;
			font-family: trebuchet, verdana, helvetica, tahoma, arial, 'sans-serif';
			font-size: 12px;
			}
		
		*.pagesBar a:link,
		*.pagesBar a:visited,
		*.pagesBar a:active {
			background-position: center top;
			}
			
		*.pagesBar a:hover,
		*.pagesBar a:focus {
			background-position: center bottom;
			}
			
		*.pagesBar li.previous a,
		*.pagesBar li.next a {
			overflow: hidden;
			text-indent: -200em;
			width: 16px;
			}
			
		*.pagesBar li.previous a {
			background-image: url(/images/pagePrevious.png);
			}
			
		*.pagesBar li.next a {
			background-image: url(/images/pageNext.png);
			}
		
		*.pagesBar li.current a {
			font-weight: bold;
			color: #1883bd;
			background-image: url(/images/pageCurrent.png);
			}
			
			*.pagesBar li.current a:active,
			*.pagesBar li.current a:focus,
			*.pagesBar li.current a:hover {
				color: #f94e06;
				}
/* $$$ CSS file: thickBox.css: */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #159bd8;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #bbcade;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:30px;
	width:30px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
